All Questions
1 question
0votes
1answer
831views
Making a database and related operators using files and JSON in java [closed]
I'm trying to write a program that reads operations from a file. these operators look like below : CREATE TABLE student(id:integer, gpa:decimal, name:string, family:string,isMale:Boolean) INSERT ...